You can send a mail message in several ways. You can call M-x mh-smail directly, or from the command line like this:
$ emacs -f mh-smail
There are some commands
that need to send a mail message, such as
goto-address-at-point. You can configure Emacs to
have these commands use MH-E by setting the option
mail-user-agent to ‘Emacs interface to MH’.
From within MH-E's MH-Folder mode, other methods of sending mail are available as well. These can also be found in the ‘Message’ menu.
mh-edit-again).
mh-extract-rejected-mail).
mh-forward).
mh-reply).
mh-send).
mh-redistribute).
In addition, several options from the ‘mh-sending-mail’ customization group are useful when sending mail or replying to mail. They are summarized in the following table.
mh-compose-forward-as-mime-flagmh-compose-letter-functionnil).
mh-compose-prompt-flagmh-forward-subject-format"%s: %s").
mh-insert-x-mailer-flagmh-redist-full-contents-flagmh-reply-default-reply-tomh-reply-show-message-flagmh-reply) (default: ‘on’).The following hooks are available.
mh-annotate-msg-hookmh-annotate-msg after annotation
(default: nil).
mh-forward-hookmh-forward on a forwarded letter
(default: nil).
mh-letter-mode-hookmh-letter-mode on a new letter
(default: nil). A hook that is called
whenever a message is sent and after the scan lines and message
are annotated is mh-annotate-msg-hook. Hook
functions can access the current folder name with
mh-current-folder and obtain the message numbers of
the annotated messages with mh-annotate-list.
The rest of the functions and options introduced here are explained in more detail in the following sections.